:root {
	--main-color: #e62129;
	--main-hover: #bd272e;
	--aspect-ratio:100%;
}
*{
	box-sizing: border-box;
}
.row {
	--bs-gutter-x:1.5rem;
	--bs-gutter-y:0;
	display:flex;
	flex-wrap:wrap;
	margin-top:calc(var(--bs-gutter-y) * -1);
	margin-right:calc(var(--bs-gutter-x)/ -2);
	margin-left:calc(var(--bs-gutter-x)/ -2)
}
.row>* {
	flex-shrink:0;
	width:100%;
	max-width:100%;
	padding-right:calc(var(--bs-gutter-x)/ 2);
	padding-left:calc(var(--bs-gutter-x)/ 2);
	margin-top:var(--bs-gutter-y)
}
.col {
	flex:1 0 0;
}
.row-cols-auto>* {
	flex:0 0 auto;
	width:auto
}
.row-cols-1>* {
	flex:0 0 auto;
	width:100%
}
.row-cols-2>* {
	flex:0 0 auto;
	width:50%
}
.row-cols-3>* {
	flex:0 0 auto;
	width:33.3333333333%
}
.row-cols-4>* {
	flex:0 0 auto;
	width:25%
}
.row-cols-5>* {
	flex:0 0 auto;
	width:20%
}
.row-cols-6>* {
	flex:0 0 auto;
	width:16.6666666667%
}
.col-auto {
	flex:0 0 auto;
	width:auto
}
.col-1 {
	flex:0 0 auto;
	width:8.3333333333%
}
.col-2 {
	flex:0 0 auto;
	width:16.6666666667%
}
.col-3 {
	flex:0 0 auto;
	width:25%
}
.col-4 {
	flex:0 0 auto;
	width:33.3333333333%
}
.col-5 {
	flex:0 0 auto;
	width:41.6666666667%
}
.col-6 {
	flex:0 0 auto;
	width:50%
}
.col-7 {
	flex:0 0 auto;
	width:58.3333333333%
}
.col-8 {
	flex:0 0 auto;
	width:66.6666666667%
}
.col-9 {
	flex:0 0 auto;
	width:75%
}
.col-10 {
	flex:0 0 auto;
	width:83.3333333333%
}
.col-11 {
	flex:0 0 auto;
	width:91.6666666667%
}
.col-12 {
	flex:0 0 auto;
	width:100%
}
.offset-1 {
	margin-left:8.3333333333%
}
.offset-2 {
	margin-left:16.6666666667%
}
.offset-3 {
	margin-left:25%
}
.offset-4 {
	margin-left:33.3333333333%
}
.offset-5 {
	margin-left:41.6666666667%
}
.offset-6 {
	margin-left:50%
}
.offset-7 {
	margin-left:58.3333333333%
}
.offset-8 {
	margin-left:66.6666666667%
}
.offset-9 {
	margin-left:75%
}
.offset-10 {
	margin-left:83.3333333333%
}
.offset-11 {
	margin-left:91.6666666667%
}
.g-0, .gx-0 {
	--bs-gutter-x:0
}
.g-0, .gy-0 {
	--bs-gutter-y:0
}
.g-1, .gx-1 {
	--bs-gutter-x:0.25rem
}
.g-1, .gy-1 {
	--bs-gutter-y:0.25rem
}
.g-2, .gx-2 {
	--bs-gutter-x:0.5rem
}
.g-2, .gy-2 {
	--bs-gutter-y:0.5rem
}
.g-3, .gx-3 {
	--bs-gutter-x:1rem
}
.g-3, .gy-3 {
	--bs-gutter-y:1rem
}
.g-4, .gx-4 {
	--bs-gutter-x:1.5rem
}
.g-4, .gy-4 {
	--bs-gutter-y:1.5rem
}
.g-5, .gx-5 {
	--bs-gutter-x:3rem
}
.g-5, .gy-5 {
	--bs-gutter-y:3rem
}
@media (min-width:576px) {
	.col-sm {
		flex:1 0 0%
	}
	.row-cols-sm-auto>* {
		flex:0 0 auto;
		width:auto
	}
	.row-cols-sm-1>* {
		flex:0 0 auto;
		width:100%
	}
	.row-cols-sm-2>* {
		flex:0 0 auto;
		width:50%
	}
	.row-cols-sm-3>* {
		flex:0 0 auto;
		width:33.3333333333%
	}
	.row-cols-sm-4>* {
		flex:0 0 auto;
		width:25%
	}
	.row-cols-sm-5>* {
		flex:0 0 auto;
		width:20%
	}
	.row-cols-sm-6>* {
		flex:0 0 auto;
		width:16.6666666667%
	}
	.col-sm-auto {
		flex:0 0 auto;
		width:auto
	}
	.col-sm-1 {
		flex:0 0 auto;
		width:8.3333333333%
	}
	.col-sm-2 {
		flex:0 0 auto;
		width:16.6666666667%
	}
	.col-sm-3 {
		flex:0 0 auto;
		width:25%
	}
	.col-sm-4 {
		flex:0 0 auto;
		width:33.3333333333%
	}
	.col-sm-5 {
		flex:0 0 auto;
		width:41.6666666667%
	}
	.col-sm-6 {
		flex:0 0 auto;
		width:50%
	}
	.col-sm-7 {
		flex:0 0 auto;
		width:58.3333333333%
	}
	.col-sm-8 {
		flex:0 0 auto;
		width:66.6666666667%
	}
	.col-sm-9 {
		flex:0 0 auto;
		width:75%
	}
	.col-sm-10 {
		flex:0 0 auto;
		width:83.3333333333%
	}
	.col-sm-11 {
		flex:0 0 auto;
		width:91.6666666667%
	}
	.col-sm-12 {
		flex:0 0 auto;
		width:100%
	}
	.offset-sm-0 {
		margin-left:0
	}
	.offset-sm-1 {
		margin-left:8.3333333333%
	}
	.offset-sm-2 {
		margin-left:16.6666666667%
	}
	.offset-sm-3 {
		margin-left:25%
	}
	.offset-sm-4 {
		margin-left:33.3333333333%
	}
	.offset-sm-5 {
		margin-left:41.6666666667%
	}
	.offset-sm-6 {
		margin-left:50%
	}
	.offset-sm-7 {
		margin-left:58.3333333333%
	}
	.offset-sm-8 {
		margin-left:66.6666666667%
	}
	.offset-sm-9 {
		margin-left:75%
	}
	.offset-sm-10 {
		margin-left:83.3333333333%
	}
	.offset-sm-11 {
		margin-left:91.6666666667%
	}
	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x:0
	}
	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y:0
	}
	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x:0.25rem
	}
	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y:0.25rem
	}
	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x:0.5rem
	}
	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y:0.5rem
	}
	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x:1rem
	}
	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y:1rem
	}
	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x:1.5rem
	}
	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y:1.5rem
	}
	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x:3rem
	}
	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y:3rem
	}
}
@media (min-width:768px) {
	.col-md {
		flex:1 0 0%
	}
	.row-cols-md-auto>* {
		flex:0 0 auto;
		width:auto
	}
	.row-cols-md-1>* {
		flex:0 0 auto;
		width:100%
	}
	.row-cols-md-2>* {
		flex:0 0 auto;
		width:50%
	}
	.row-cols-md-3>* {
		flex:0 0 auto;
		width:33.3333333333%
	}
	.row-cols-md-4>* {
		flex:0 0 auto;
		width:25%
	}
	.row-cols-md-5>* {
		flex:0 0 auto;
		width:20%
	}
	.row-cols-md-6>* {
		flex:0 0 auto;
		width:16.6666666667%
	}
	.col-md-auto {
		flex:0 0 auto;
		width:auto
	}
	.col-md-1 {
		flex:0 0 auto;
		width:8.3333333333%
	}
	.col-md-2 {
		flex:0 0 auto;
		width:16.6666666667%
	}
	.col-md-3 {
		flex:0 0 auto;
		width:25%
	}
	.col-md-4 {
		flex:0 0 auto;
		width:33.3333333333%
	}
	.col-md-5 {
		flex:0 0 auto;
		width:41.6666666667%
	}
	.col-md-6 {
		flex:0 0 auto;
		width:50%
	}
	.col-md-7 {
		flex:0 0 auto;
		width:58.3333333333%
	}
	.col-md-8 {
		flex:0 0 auto;
		width:66.6666666667%
	}
	.col-md-9 {
		flex:0 0 auto;
		width:75%
	}
	.col-md-10 {
		flex:0 0 auto;
		width:83.3333333333%
	}
	.col-md-11 {
		flex:0 0 auto;
		width:91.6666666667%
	}
	.col-md-12 {
		flex:0 0 auto;
		width:100%
	}
	.offset-md-0 {
		margin-left:0
	}
	.offset-md-1 {
		margin-left:8.3333333333%
	}
	.offset-md-2 {
		margin-left:16.6666666667%
	}
	.offset-md-3 {
		margin-left:25%
	}
	.offset-md-4 {
		margin-left:33.3333333333%
	}
	.offset-md-5 {
		margin-left:41.6666666667%
	}
	.offset-md-6 {
		margin-left:50%
	}
	.offset-md-7 {
		margin-left:58.3333333333%
	}
	.offset-md-8 {
		margin-left:66.6666666667%
	}
	.offset-md-9 {
		margin-left:75%
	}
	.offset-md-10 {
		margin-left:83.3333333333%
	}
	.offset-md-11 {
		margin-left:91.6666666667%
	}
	.g-md-0, .gx-md-0 {
		--bs-gutter-x:0
	}
	.g-md-0, .gy-md-0 {
		--bs-gutter-y:0
	}
	.g-md-1, .gx-md-1 {
		--bs-gutter-x:0.25rem
	}
	.g-md-1, .gy-md-1 {
		--bs-gutter-y:0.25rem
	}
	.g-md-2, .gx-md-2 {
		--bs-gutter-x:0.5rem
	}
	.g-md-2, .gy-md-2 {
		--bs-gutter-y:0.5rem
	}
	.g-md-3, .gx-md-3 {
		--bs-gutter-x:1rem
	}
	.g-md-3, .gy-md-3 {
		--bs-gutter-y:1rem
	}
	.g-md-4, .gx-md-4 {
		--bs-gutter-x:1.5rem
	}
	.g-md-4, .gy-md-4 {
		--bs-gutter-y:1.5rem
	}
	.g-md-5, .gx-md-5 {
		--bs-gutter-x:3rem
	}
	.g-md-5, .gy-md-5 {
		--bs-gutter-y:3rem
	}
}
@media (min-width:992px) {
	.col-lg {
		flex:1 0 0%
	}
	.row-cols-lg-auto>* {
		flex:0 0 auto;
		width:auto
	}
	.row-cols-lg-1>* {
		flex:0 0 auto;
		width:100%
	}
	.row-cols-lg-2>* {
		flex:0 0 auto;
		width:50%
	}
	.row-cols-lg-3>* {
		flex:0 0 auto;
		width:33.3333333333%
	}
	.row-cols-lg-4>* {
		flex:0 0 auto;
		width:25%
	}
	.row-cols-lg-5>* {
		flex:0 0 auto;
		width:20%
	}
	.row-cols-lg-6>* {
		flex:0 0 auto;
		width:16.6666666667%
	}
	.col-lg-auto {
		flex:0 0 auto;
		width:auto
	}
	.col-lg-1 {
		flex:0 0 auto;
		width:8.3333333333%
	}
	.col-lg-2 {
		flex:0 0 auto;
		width:16.6666666667%
	}
	.col-lg-3 {
		flex:0 0 auto;
		width:25%
	}
	.col-lg-4 {
		flex:0 0 auto;
		width:33.3333333333%
	}
	.col-lg-5 {
		flex:0 0 auto;
		width:41.6666666667%
	}
	.col-lg-6 {
		flex:0 0 auto;
		width:50%
	}
	.col-lg-7 {
		flex:0 0 auto;
		width:58.3333333333%
	}
	.col-lg-8 {
		flex:0 0 auto;
		width:66.6666666667%
	}
	.col-lg-9 {
		flex:0 0 auto;
		width:75%
	}
	.col-lg-10 {
		flex:0 0 auto;
		width:83.3333333333%
	}
	.col-lg-11 {
		flex:0 0 auto;
		width:91.6666666667%
	}
	.col-lg-12 {
		flex:0 0 auto;
		width:100%
	}
	.offset-lg-0 {
		margin-left:0
	}
	.offset-lg-1 {
		margin-left:8.3333333333%
	}
	.offset-lg-2 {
		margin-left:16.6666666667%
	}
	.offset-lg-3 {
		margin-left:25%
	}
	.offset-lg-4 {
		margin-left:33.3333333333%
	}
	.offset-lg-5 {
		margin-left:41.6666666667%
	}
	.offset-lg-6 {
		margin-left:50%
	}
	.offset-lg-7 {
		margin-left:58.3333333333%
	}
	.offset-lg-8 {
		margin-left:66.6666666667%
	}
	.offset-lg-9 {
		margin-left:75%
	}
	.offset-lg-10 {
		margin-left:83.3333333333%
	}
	.offset-lg-11 {
		margin-left:91.6666666667%
	}
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x:0
	}
	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y:0
	}
	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x:0.25rem
	}
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y:0.25rem
	}
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x:0.5rem
	}
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y:0.5rem
	}
	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x:1rem
	}
	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y:1rem
	}
	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x:1.5rem
	}
	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y:1.5rem
	}
	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x:3rem
	}
	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y:3rem
	}
}
@media (min-width:1200px) {
	.col-xl {
		flex:1 0 0%
	}
	.row-cols-xl-auto>* {
		flex:0 0 auto;
		width:auto
	}
	.row-cols-xl-1>* {
		flex:0 0 auto;
		width:100%
	}
	.row-cols-xl-2>* {
		flex:0 0 auto;
		width:50%
	}
	.row-cols-xl-3>* {
		flex:0 0 auto;
		width:33.3333333333%
	}
	.row-cols-xl-4>* {
		flex:0 0 auto;
		width:25%
	}
	.row-cols-xl-5>* {
		flex:0 0 auto;
		width:20%
	}
	.row-cols-xl-6>* {
		flex:0 0 auto;
		width:16.6666666667%
	}
	.col-xl-auto {
		flex:0 0 auto;
		width:auto
	}
	.col-xl-1 {
		flex:0 0 auto;
		width:8.3333333333%
	}
	.col-xl-2 {
		flex:0 0 auto;
		width:16.6666666667%
	}
	.col-xl-3 {
		flex:0 0 auto;
		width:25%
	}
	.col-xl-4 {
		flex:0 0 auto;
		width:33.3333333333%
	}
	.col-xl-5 {
		flex:0 0 auto;
		width:41.6666666667%
	}
	.col-xl-6 {
		flex:0 0 auto;
		width:50%
	}
	.col-xl-7 {
		flex:0 0 auto;
		width:58.3333333333%
	}
	.col-xl-8 {
		flex:0 0 auto;
		width:66.6666666667%
	}
	.col-xl-9 {
		flex:0 0 auto;
		width:75%
	}
	.col-xl-10 {
		flex:0 0 auto;
		width:83.3333333333%
	}
	.col-xl-11 {
		flex:0 0 auto;
		width:91.6666666667%
	}
	.col-xl-12 {
		flex:0 0 auto;
		width:100%
	}
	.offset-xl-0 {
		margin-left:0
	}
	.offset-xl-1 {
		margin-left:8.3333333333%
	}
	.offset-xl-2 {
		margin-left:16.6666666667%
	}
	.offset-xl-3 {
		margin-left:25%
	}
	.offset-xl-4 {
		margin-left:33.3333333333%
	}
	.offset-xl-5 {
		margin-left:41.6666666667%
	}
	.offset-xl-6 {
		margin-left:50%
	}
	.offset-xl-7 {
		margin-left:58.3333333333%
	}
	.offset-xl-8 {
		margin-left:66.6666666667%
	}
	.offset-xl-9 {
		margin-left:75%
	}
	.offset-xl-10 {
		margin-left:83.3333333333%
	}
	.offset-xl-11 {
		margin-left:91.6666666667%
	}
	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x:0
	}
	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y:0
	}
	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x:0.25rem
	}
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y:0.25rem
	}
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x:0.5rem
	}
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y:0.5rem
	}
	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x:1rem
	}
	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y:1rem
	}
	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x:1.5rem
	}
	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y:1.5rem
	}
	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x:3rem
	}
	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y:3rem
	}
}
@media (min-width:1400px) {
	.col-xxl {
		flex:1 0 0%
	}
	.row-cols-xxl-auto>* {
		flex:0 0 auto;
		width:auto
	}
	.row-cols-xxl-1>* {
		flex:0 0 auto;
		width:100%
	}
	.row-cols-xxl-2>* {
		flex:0 0 auto;
		width:50%
	}
	.row-cols-xxl-3>* {
		flex:0 0 auto;
		width:33.3333333333%
	}
	.row-cols-xxl-4>* {
		flex:0 0 auto;
		width:25%
	}
	.row-cols-xxl-5>* {
		flex:0 0 auto;
		width:20%
	}
	.row-cols-xxl-6>* {
		flex:0 0 auto;
		width:16.6666666667%
	}
	.col-xxl-auto {
		flex:0 0 auto;
		width:auto
	}
	.col-xxl-1 {
		flex:0 0 auto;
		width:8.3333333333%
	}
	.col-xxl-2 {
		flex:0 0 auto;
		width:16.6666666667%
	}
	.col-xxl-3 {
		flex:0 0 auto;
		width:25%
	}
	.col-xxl-4 {
		flex:0 0 auto;
		width:33.3333333333%
	}
	.col-xxl-5 {
		flex:0 0 auto;
		width:41.6666666667%
	}
	.col-xxl-6 {
		flex:0 0 auto;
		width:50%
	}
	.col-xxl-7 {
		flex:0 0 auto;
		width:58.3333333333%
	}
	.col-xxl-8 {
		flex:0 0 auto;
		width:66.6666666667%
	}
	.col-xxl-9 {
		flex:0 0 auto;
		width:75%
	}
	.col-xxl-10 {
		flex:0 0 auto;
		width:83.3333333333%
	}
	.col-xxl-11 {
		flex:0 0 auto;
		width:91.6666666667%
	}
	.col-xxl-12 {
		flex:0 0 auto;
		width:100%
	}
	.offset-xxl-0 {
		margin-left:0
	}
	.offset-xxl-1 {
		margin-left:8.3333333333%
	}
	.offset-xxl-2 {
		margin-left:16.6666666667%
	}
	.offset-xxl-3 {
		margin-left:25%
	}
	.offset-xxl-4 {
		margin-left:33.3333333333%
	}
	.offset-xxl-5 {
		margin-left:41.6666666667%
	}
	.offset-xxl-6 {
		margin-left:50%
	}
	.offset-xxl-7 {
		margin-left:58.3333333333%
	}
	.offset-xxl-8 {
		margin-left:66.6666666667%
	}
	.offset-xxl-9 {
		margin-left:75%
	}
	.offset-xxl-10 {
		margin-left:83.3333333333%
	}
	.offset-xxl-11 {
		margin-left:91.6666666667%
	}
	.g-xxl-0, .gx-xxl-0 {
		--bs-gutter-x:0
	}
	.g-xxl-0, .gy-xxl-0 {
		--bs-gutter-y:0
	}
	.g-xxl-1, .gx-xxl-1 {
		--bs-gutter-x:0.25rem
	}
	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y:0.25rem
	}
	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x:0.5rem
	}
	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y:0.5rem
	}
	.g-xxl-3, .gx-xxl-3 {
		--bs-gutter-x:1rem
	}
	.g-xxl-3, .gy-xxl-3 {
		--bs-gutter-y:1rem
	}
	.g-xxl-4, .gx-xxl-4 {
		--bs-gutter-x:1.5rem
	}
	.g-xxl-4, .gy-xxl-4 {
		--bs-gutter-y:1.5rem
	}
	.g-xxl-5, .gx-xxl-5 {
		--bs-gutter-x:3rem
	}
	.g-xxl-5, .gy-xxl-5 {
		--bs-gutter-y:3rem
	}
}
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
	line-height: 1.75;
	min-width: 1230px;
	margin: 0;
	color: #333;
	background: #fff;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figure {
	margin: 1em 40px;
}

hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: none;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background-color: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}

body,
button,
input,
select,
textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
	/* 1 */
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

summary {
	display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
	/* 1 */
menu {
	display: block;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

audio,
video,
canvas {
	display: inline-block;
}

template,
[hidden] {
	display: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	line-height: 0;
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: var(--main-color);
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.img-center {
	font-size: 0;
	text-align: center;
}

.img-center img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.img-cover {
	overflow: hidden;
}

.img-cover span {
	display: block;
	width: 100%;
	/* background: no-repeat center / cover; */
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/*客服*/
.kf {
	position: fixed;
	z-index: 999;
	/* right: 20px; */
	top: 50%;
	right: -208px;
	width: 208px;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.kt-top {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding-left: 46px;
	color: #fff;
	background: url("../image/kefu.png") 12px center no-repeat var(--main-color);
	-moz-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-o-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
}

.kt-top span:hover {
	transform: rotate(90deg);
}

.kt-top span {
	position: relative;
	float: right;
	width: 18px;
	height: 16px;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.kt-top span b {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}

.kt-top span b:first-child {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.kt-top span b:last-child {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.kf .con {
	overflow: hidden;
	background: #fff;
}



.backTop {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url("../image/huidaodingbu.png") center center no-repeat var(--main-color);
	background-size: 18px auto;
	position: fixed;
	bottom: 20px;
	right:20px
}
.header {
	background-color: #fff;
}

.header .topbar {
	font-size: 13px;
	line-height: 34px;
	color: #888;
	border-top: 2px solid #f7c433;
	background-color: #f5f5f5;
}

.header .topbar ul {
	float: right;
}

.header .topbar li {
	float: left;
	color: #ddd;
}

.header .topbar li.pipe {
	padding: 0 10px;
}

.header .topbar li.c {
	margin-left: 10px;
}

.header .topbar li.c a {
	font-weight: bold;
	display: block;
	padding: 0 15px;
	background-color: #f7c433;
}

.header .logo {
	font-size: 0;
	line-height: 80px;
	float: left;
	height: 80px;
	margin: 15px 0;
	text-align: left;
}

.header .tel {
	float: right;
	margin-top: 31px;
	padding-left: 55px;
	background: url(../image/tel.jpg) no-repeat 0 center;
}

.header .tel strong {
	font-family: Impact;
	font-size: 28px;
	line-height: 1;
	display: block;
	color: var(--main-color);
}

.header .text {
	font-size: 16px;
	float: left;
	margin: 20px 0 20px 30px;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd;
}

.header .text strong {
	font-size: 26px;
	display: block;
}

.header .text span {
	color: var(--main-color);
}

.header .nav {
	font-size: 0;
	color: #fff;
	border-bottom: 4px solid var(--main-hover);
	background-color: var(--main-color);
}
.header .nav ul{
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
}

.header .nav li a {
	font-size: 16px;
	line-height: 60px;
	display: block;
	padding: 0 30px;
	color: #fff;
}

.header .nav li .arr {
	position: relative;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
}

.header .nav li .arr:after {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 8px;
	height: 8px;
	margin: auto;
	content: "";
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
}

.header .nav li.dropdown {
	position: relative;
}

.header .nav li.dropdown:before {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -2px;
	content: "";
	border: 4px solid transparent;
	border-top-color: currentColor;
	border-bottom: 0;
}

.header .nav .dropdown-box {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	display: none;
	min-width: 100%;
	text-align: center;
}

.header .nav .dropdown-box p {
	margin: 0;
}

.header .nav .dropdown-box a {
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.header .nav .dropdown-box a:hover {
	background-color: var(--main-hover) !important;
}

.header .nav li.active a,
.header .nav li.open a,
.header .nav li a:hover {
	color: #fff;
	background-color: var(--main-hover);
}

.header .nav li.open .dropdown-box {
	display: block;
}

.menu-btn {
	display: none;
	float: right;
	margin-left: 15px;
	padding: 18px 0;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
	display: block;
	height: 2px;
	content: "";
	background-color: var(--main-color);
}

.menu-btn:before {
	width: 24px;
}

.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}

.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}


.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.banner .swiper-pagination {
	bottom: 30px;
}

.banner .swiper-pagination-bullet {
	width: 44px;
	opacity: 1;
	border-radius: 5px;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: var(--main-color);
}

.yunu-showcase {
	margin: 0 auto 20px;
}

.yunu-showcase-info {
	margin-left: 430px;
}

.yunu-showcase-info h1 {
	font-size: 20px;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}

.yunu-showcase-info p {
	line-height: 1.8;
	margin: 15px 0 0;
	color: #666;
}

.yunu-showcase-info .tel {
	margin-top: 15px;
}

.yunu-showcase-info .tel a {
	line-height: 42px;
	display: inline-block;
	width: 120px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: var(--main-color);
}

.pc-slide {
	float: left;
	width: 400px;
}

.view .swiper-slide .imgauto {
	line-height: 300px;
	width: 100%;
	height: 300px;
}

.view .swiper-container {
	width: 100%;
}

.preview {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.preview .swiper-container {
	margin: 0 30px;
}

.preview .swiper-slide .imgauto {
	position: relative;
	height: 80px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #ddd;
}

.preview .swiper-slide .imgauto img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preview .arrow-left {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	width: 9px;
	height: 18px;
	margin-top: -9px;
	background: url(../image/feel3.png) no-repeat left top;
}

.preview .arrow-right {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0;
	width: 9px;
	height: 18px;
	margin-top: -9px;
	background: url(../image/feel4.png) no-repeat left bottom;
}

.preview img {
	padding: 1px;
}

.preview .active-nav .imgauto {
	border: 1px solid var(--main-color);
}

div.zoomDiv {
	font-size: 0;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
}

div.zoomMask {
	position: absolute;
	z-index: 1;
	cursor: move;
	background: url(../image/mask.png) repeat scroll 0 0 transparent;
}

.yunu-sou {
	padding: 15px 0;
	background-color: #f5f5f5;
}

.yunu-sou .hot {
	float: left;
	padding: 5px 0;
}

.yunu-sou .hot a {
	margin-right: 10px;
}

.yunu-sou .hot strong {
	color: var(--main-color);
}

.yunu-sou .hform {
	float: right;
}

.yunu-sou .hform input {
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 210px;
	padding: 6px 12px;
	border: 1px solid #eee;
}

.yunu-sou .hform button {
	float: left;
	width: 49px;
	height: 30px;
	padding: 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-bottom: 1px solid transparent;
	outline: none;
	background: var(--main-color);
}

.yunu-link {
	padding: 20px 0;
}

.yunu-link h4 {
	font-size: 18px;
	margin: 0;
	padding-bottom: 15px;
	color: var(--main-color);
	border-bottom: 1px solid #ddd;
}

.yunu-link h4 small {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}

.yunu-link ul {
	margin-left: -20px;
}

.yunu-link li {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.section {
	padding: 70px 0;
}

.section-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

.section-title small {
	font-size: 18px;
	font-weight: normal;
	display: block;
}

.section-title:after {
	display: block;
	height: 18px;
	margin-top: 20px;
	content: "";
	background: url(../image/cptit.jpg) no-repeat center bottom / auto 100%;
}

.in-prd-cate {
	float: left;
	width: 246px;
}

.in-prd-cate dl {
	margin: 0 0 10px;
}

.in-prd-cate dt {
	margin-bottom: 10px;
}

.in-prd-cate dt a {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	padding-left: 20px;
	color: #fff;
	background: url(../image/cpfl.jpg) no-repeat center;
}

.in-prd-cate dt a:hover {
	background-image: url(../image/cpflh.jpg);
}

.in-prd-cate dd {
	margin: 0;
	padding: 10px 20px 12px;
	border: 1px solid #ddd;
}

.in-prd-cate dd li {
	line-height: 32px;
	overflow: hidden;
	height: 32px;
	padding-left: 20px;
	border-bottom: 1px dashed #e3e3e3;
	background: url(../image/flico.jpg) no-repeat 0 10px;
}

.in-prd-con {
	float: right;
	width: 922px;
}

.list-1 {
	margin: -20px 0 0 -20px;
}

.list-1 li {
	float: left;
	width: 33.333333%;
}

.list-1 .wrap {
	margin: 20px 0 0 20px;
	padding: 10px;
	background-color: #f5f5f5;
}

.list-1 .img-cover {
	display: block;
}

.list-1 .img-cover span {
	padding-top: var(--aspect-ratio,100%);

}

.list-1 .text {
	padding: 20px 0 10px;
	text-align: center;
	border-top: 0;
}

.list-1 .text h4 {
	font-weight: normal;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-1 .text p {
	font-size: 14px;
	margin: 15px 0 0;
}

.list-1 .text .bt {
	line-height: 30px;
	display: inline-block;
	margin: 0 15px;
	padding: 0 15px;
	color: #fff;
	border: 1px solid transparent;
	background-color: var(--main-color);
}

.list-1 .wrap:hover {
	background-color: #f7c433;
}

.list-1 .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-1 .wrap:hover a {
	color: #fff;
}

.list-1 .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}

.list-1 .wrap:hover .bt:last-child {
	color: #333;
	background-color: #fff;
}

.a1_b1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 38px;
}

.a1_b1 li {
	box-sizing: border-box;
	width: 191px;
	height: 223px;
	padding-top: 100px;
	cursor: pointer;
	transition: all .5s ease;
	text-align: center;
	color: #fff;
	background: no-repeat center top;
}

.a1_b1 li:nth-of-type(1){
	background-image: url('../image/question1.png');
}
.a1_b1 li:nth-of-type(2){
	background-image: url('../image/question2.png');
}
.a1_b1 li:nth-of-type(3){
	background-image: url('../image/question3.png');
}
.a1_b1 li:nth-of-type(4){
	background-image: url('../image/question4.png');
}
.a1_b1 li:nth-of-type(5){
	background-image: url('../image/question5.png');
}

.a1_b1 li h3 {
	font: 600 28px/32px "微软雅黑";
	margin-top: 0;
	margin-bottom: 0;
}

.a1_b1 li p {
	font: 500 17px/32px "微软雅黑";
	margin-top: 0;
	margin-bottom: 0;
}

.a1_b1 li:hover {
	margin-top: -20px;
}

a.more_a1 {
	font: 500 21px/48px "微软雅黑";
	display: block;
	width: 228px;
	margin: 30px auto 0;
	text-align: center;
	color: #fff;
	border-radius: 24px;
	background: var(--main-color);
}
a.more_a1:hover{
	background-color: var(--main-hover);
}


.cont2 {
	padding-top: 75px;
	margin-top: 45px;
}

.a2_b1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: url(../image/aghjghf.png) no-repeat center 71px;
}
.a2_b1 li {
	width: 427px;
	height: 141px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	margin-bottom: 11px;
	position: relative;
}
.a2_b1 li:after{
	content: "";
	width: 100%;
	height: 80%;
	display: block;
	border-radius: 120px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.a2_b1 li a.img {
	display: block;
	width: 141px;
}
.a2_b1 li a.img img {
	width: 141px;
	height: 141px;
	border-radius: 50%;
}
.a2_b1 li .wenzzs {
	width: 277px;
	color: #272727;
}
.a2_b1 li .wenzzs h3 {
	font:600 27px/30px"微软雅黑";
}
.a2_b1 li .wenzzs p {
	font:500 16px/26px"微软雅黑";
	margin-top: 5px;
}
.a2_b1 li:hover:after{
	background-color: var(--main-hover);
}
.a2_b1 li:hover .wenzzs {
	color: #fff;
}
.a2_b1 {
	margin-top: 40px;
}

.bg0 {
	background: url(../image/bj1.jpg) no-repeat center 0 / cover #f5f5f5;
}

.bg0 .section-title {
	color: #fff;
}

.bg01 .section-title:after {
	display: none;
}

.bg1 {
	background: url(../image/fabg.jpg) no-repeat center 0 / cover #f5f5f5;
}

.bg1 .section-title {
	color: #fff;
}

.bg1 .section-title:after {
	display: none;
}

.in-jjfa {
	margin-left: -28px;
}

.in-jjfa li {
	float: left;
	width: 25%;
}

.in-jjfa li a {
	display: block;
	margin-left: 28px;
	border-bottom: 3px solid #ddd;
	background-color: #fff;
}

.in-jjfa li .img-cover {
	position: relative;
}

.in-jjfa li .img-cover span {
	padding-top: 66.7%;
}

.in-jjfa li .img-cover p {
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}

.in-jjfa li .text {
	position: relative;
	height: 40px;
	padding: 30px 20px;
}

.in-jjfa li .text p {
	font-size: 13px;
	line-height: 1.85;
	margin: 0 0 8px;
	padding-left: 24px;
	color: #666;
	background: url(../image/faico.jpg) no-repeat 0 5px;
}

.in-jjfa li .text .more {
	line-height: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 20px;
	color: #fff;
	background-color: #adadad;
}

.in-jjfa li a:hover .img-cover p {
	background-color: var(--main-color);
}

.in-jjfa li a:hover .text .more {
	background-color: var(--main-color);
}

.hy-menu {
	float: right;
	width: 760px;
	margin-top: -30px;
}

.hy-menu li {
	float: left;
	width: 33.333333%;
}

.hy-menu li a {
	display: block;
	margin: 30px 0 0 30px;
}

.hy-menu li a:after {
	display: block;
	visibility: hidden;
	width: 60px;
	height: 2px;
	margin-top: 15px;
	content: "";
	background-color: var(--main-color);
}

.hy-menu li h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	position: relative;
	width: 125px;
	margin: 0;
	text-align: center;
	color: #fff;
	background-color: #666;
}

.hy-menu li h4 small {
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	position: absolute;
	top: -15px;
	left: -15px;
	width: 26px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #f7c433;
}

.hy-menu li p {
	font-size: 13px;
	line-height: 1.8;
	overflow: hidden;
	height: 46px;
	margin: 10px 0 0;
	color: #666;
}

.hy-menu li.active h4 {
	background-color: var(--main-color);
}

.hy-menu li.active a:after {
	visibility: visible;
}

.hy-con {
	float: left;
	width: 390px;
}

.hy-con .swiper-slide .img-center {
	position: relative;
	padding: 10px 10px 0 0;
}

.hy-con .swiper-slide .img-center:before {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #f1f1f1;
}

.hy-con .swiper-slide .img-center img {
	position: relative;
}

.tel-tl {
	color: #fff;
	background: url(../image/xban.jpg) no-repeat center #1867c6;
}

.tel-tl dl {
	margin: 0;
}

.tel-tl dt {
	float: left;
}

.tel-tl dt a {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	width: 145px;
	text-align: center;
	color: var(--main-color);
	background-color: #f7c433;
}

.tel-tl dd {
	line-height: 1;
	float: left;
	margin-left: 20px;
}

.tel-tl dd strong {
	font-family: Impact;
	font-size: 30px;
	display: block;
	margin-top: 5px;
}

.bg2 {
	color: #fff;
	background: url(../image/bj1.jpg) no-repeat center / cover;
}

.bg2 .section-title:after {
	background-image: url(../image/cptit.png);
}

.in-rz {
	/*margin-left: -82px;*/
	width: 100%;
	display:flex;
	justify-content: space-between;
}


.in-rz li {
	/*float: left;*/
	width: 131px;
	/*margin-left: 82px;*/
}

.in-rz li .wrap {
	position: relative;
	display: table;
	width: 100%;
	height: 131px;
}

.in-rz li .wrap:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background: url(../image/rzico.png) no-repeat 0 0;
}

.in-rz li .inner {
	display: table-cell;
	padding: 0 25px;
	text-align: center;
	vertical-align: middle;
}

.in-rz li .inner p {
	margin: 0;
}

.in-rz li:nth-child(2) .wrap:before {
	background-position: -214px 0;
}

.in-rz li:nth-child(3) .wrap:before {
	background-position: -427px 0;
}

.in-rz li:nth-child(4) .wrap:before {
	background-position: -642px 0;
}

.in-rz li:nth-child(5) .wrap:before {
	background-position: -855px 0;
}

.in-rz li:nth-child(6) .wrap:before {
	background-position: -1068px 0;
}

.in-rz li .wrap:hover:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.in-rz-tel {
	margin-top: 50px;
	text-align: center;
}

.in-rz-tel p {
	font-size: 16px;
	line-height: 40px;
	width: 480px;
	height: 64px;
	margin: 0 auto;
	padding-left: 40px;
	background: url(../image/rztel.png) no-repeat 0 0;
}

.in-rz-tel strong {
	font-family: Impact;
	font-size: 30px;
	color: #f7c433;
}

.in-rz-tel .btn {
	line-height: 45px;
	display: block;
	width: 190px;
	margin: 20px auto 0;
	color: #fff;
	background-color: var(--main-color);
}

.bg3 {
	background-color: #f5f5f5;
}

.bg3 .section-title:after {
	background-image: url(../image/zjtit.jpg);
}

.in-about {
	margin: 0;
	background-color: #fff;
}

.in-about dt {
	float: left;
	width: 770px;
}

.in-about dd {
	margin-left: 770px;
	padding: 40px;
}

.in-about dd h4 {
	font-size: 24px;
	margin: 0 0 30px;
}

.in-about dd h4 small {
	font-size: 14px;
	font-weight: normal;
	display: block;
	letter-spacing: -1px;
	color: #999;
}

.in-about dd h4:after {
	display: block;
	width: 130px;
	height: 3px;
	margin-top: 15px;
	content: "";
	background-color: var(--main-color);
}

.in-about dd p {
	line-height: 1.8;
	margin: 0;
	text-align: justify;
	color: #666;
}

.in-about dd .more {
	line-height: 40px;
	/* margin-top: 40px; */
	display: block;
	width: 135px;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
}
.in-about dd .more:hover{
	background-color: var(--main-hover);
}

.in-news {

}

.in-news .item {
	float: left;
	width: calc((100% - 45px) / 2);
}
.in-news .item + .item{
	margin-left: 45px;
}
/*.in-news .item:nth-of-type(1){*/
/*	width: calc(370px * 2);*/
/*}*/
.in-news .item img{
	max-width: 100%;
	max-height: 280px;
	object-fit: cover;
	width: 100%;
}

.in-news .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

.in-news .tit small {
	font-size: 16px;
	font-weight: normal;
	padding-left: 5px;
	color: #999;
}

.in-news .tit .more {
	font-weight: normal;
	float: right;
	color: #999;
}

.in-news .tit .more:hover {
	color: var(--main-color);
}

.in-news .tit:after {
	display: block;
	width: 45px;
	height: 2px;
	margin-top: 20px;
	content: "";
	background-color: var(--main-color);
}

.in-news .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.in-news .img-center a:hover img {
	opacity: 0.7;
}

.in-news .list {
	padding: 20px;
	border: 1px solid #ddd;
}

.in-news .list li {
	line-height: 32px;
	overflow: hidden;
	height: 32px;
	padding-left: 20px;
	border-bottom: 1px dashed #e3e3e3;
	background: url(../image/flico.jpg) no-repeat 0 10px;
}

.in-news .list .btn {
	line-height: 36px;
	display: block;
	width: 130px;
	margin-top: 20px;
	margin-bottom: -35px;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
}

.in-ask {
	padding: 20px;
	background-color: #f5f5f5;
}

#marquee {
	overflow: hidden;
	height: 350px;
}

#marquee li {
	border-bottom: 1px dotted #d2d2d2;
}

#marquee li a {
	display: block;
	padding: 20px 0;
}

#marquee li h4 {
	line-height: 22px;
	overflow: hidden;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../image/icon_askw.png) no-repeat 0 0;
}

#marquee li p {
	line-height: 1.8;
	overflow: hidden;
	height: 50px;
	margin: 10px 0 0;
	padding-left: 30px;
	color: #999;
	background: url(../image/icon_askd.png) no-repeat 0 0;
}

.footer {
	padding-top: 50px;
	color: #fff;
	background-color: var(--main-hover);
}

.footer a {
	color: #fff;
}

.footer-link {
	font-size: 0;
	margin-top: 40px;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.5);
}

.footer-link a,
.footer-link span {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.footer-link span {
	padding: 0 20px;
	color: #fff;
	opacity: .5;
}

.footer-logo {
	float: left;
	margin-right: 30px;
	padding: 10px 0;
}

.footer-info {
	line-height: 1.8;
	float: left;
}

.footer-info p {
	margin: 0;
}

.footer-ewm {
	float: right;
	width: 96px;
}

.footer-ewm p {
	margin: 10px 0 0;
	text-align: center;
}

.banner-sub {
	height: 350px;
	background: no-repeat center / cover;
}

.ct2 {
	padding: 50px 0;
}

.ct2-sd {
	float: left;
	width: 240px;
}

.ct2-sd-right {
	float: right;
}

.ct2-mn {
	float: right;
	width: 940px;
}

.ct2-mn-left {
	float: left;
}

.panel-sd {
	margin-bottom: 20px;
}

.panel-sd .tit {
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: var(--main-color);
}

.panel-sd .bd {
	padding: 20px;
	border: 1px solid #ddd;
}

.contact-sd .tel {
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.contact-sd .tel strong {
	font-family: Impact;
	font-size: 22px;
	display: block;
	margin-top: 15px;
}

.contact-sd p {
	line-height: 1.8;
	margin: 10px 0 0;
	color: #666;
}

.lanmu .tit {
	line-height: 60px;
	background-color: var(--main-color);
}

.lanmu li {
	margin-bottom: 20px;
}

.lanmu li:last-child {
	margin-bottom: 0;
}

.lanmu li > a {
	line-height: 36px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background-color: var(--main-color);
}

.lanmu-box {
	margin-top: 10px;
}

.lanmu-box p {
	line-height: 32px;
	overflow: hidden;
	height: 32px;
	margin: 0;
	padding-left: 20px;
	border-bottom: 1px dashed #e3e3e3;
	background: url(../image/flico.jpg) no-repeat 0 10px;
}

.position {
	margin-bottom: 20px;
	padding: 8px 0 8px 25px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(../image/logo_03.png) no-repeat 0 center;
}



.list-4 li {
	margin-bottom: 10px;
}

.list-4 li a {
	display: block;
	overflow: hidden;
	padding: 20px;
	background-color: #f5f5f5;
}

.list-4 li .more {
	line-height: 36px;
	float: right;
	width: 90px;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	background-color: #999;
}

.list-4 li .date {
	float: left;
	width: 76px;
	padding: 14px 0;
	text-align: center;
	background-color: #fff;
}

.list-4 li .date strong {
	font-family: Impact;
	font-size: 24px;
	line-height: 1;
	display: block;
	margin-bottom: 5px;
}

.list-4 li .text {
	margin: 0 110px 0 95px;
}

.list-4 li .text h4 {
	font-size: 16px;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-4 li .text p {
	line-height: 1.8;
	overflow: hidden;
	height: 50px;
	margin: 5px 0 0;
	text-align: justify;
	color: #666;
}

.list-4 li:nth-of-type(even) a {
	background-color: #edf6f4;
}

.list-3 {
	margin-top: -15px;
}

.list-3 li a {
	display: block;
	margin: 15px 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-3 li .img-center {
	overflow: hidden;
}

.list-3 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-3 li .text {
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	text-align: center;
}

.list-3 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-7 li a {
	font-size: 12px;
	line-height: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-7 li span {
	line-height: 20px;
	display: inline-block;
	width: 20px;
	margin-top: 3px;
	margin-right: 5px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	text-align: center;
	vertical-align: top;
	color: #fff;
	background-color: #999;
}

.list-7 li:nth-of-type(1) span,
.list-7 li:nth-of-type(2) span,
.list-7 li:nth-of-type(3) span {
	background-color: var(--main-color);
}

.content-title {
	margin-bottom: 20px;
	text-align: center;
}

.content-title h1 {
	font-size: 22px;
	margin: 0;
}

.content-title p {
	font-size: 12px;
	margin: 15px 0 0;
	padding-top: 15px;
	color: #999;
	border-top: 1px dashed #ddd;
}

.content-title p span {
	display: inline-block;
	padding: 0 10px;
}

.content-body {
	line-height: 1.8;
}

.content-body img {
	max-width: 100% !important;
	height: auto !important;
}

.content-exp {
	font-size: 12px;
	margin-top: 20px;
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #f5f5f5;
}

.content-exp a {
	display: block;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cp-content-tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.cp-content-tit small {
	font-size: 12px;
	padding-left: 5px;
	text-transform: uppercase;
	color: #999;
}

.cp-about {
	margin: 0 0 20px;
}

.cp-about dt {
	float: left;
	width: 560px;
}

.cp-about dd {
	margin-left: 610px;
	padding-top: 50px;
}

.cp-about dd h4 {
	font-size: 16px;
	margin: 0;
	color: var(--main-color);
}

.cp-about dd p {
	margin: 15px 0 0;
}

.yunu-message {
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 20px;
}

.form-label {
	line-height: 42px;
	display: block;
	float: left;
	width: 110px;
	text-align: right;
}

.form-label span {
	color: #c5262b;
}

.form-content {
	margin-left: 110px;
}

.form-control {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	vertical-align: top;
	border: 1px solid #efefef;
}

.form-content.yzm .form-control {
	width: 100px;
}

.form-content.yzm .img {
	width: auto;
	height: 42px;
}

select.form-control {
	height: 1.7rem;
}

.form-submit {
	font-size: 14px;
	padding: 10px 20px;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 0.15rem;
	background-color: var(--main-color);
}

.form-button {
	font-size: 14px;
	padding: 10px 20px;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 0.15rem;
	background-color: #767676;
}

.hlbd .form-group {
	float: left;
	width: 33.333333%;
}

.list-6 {
	margin: -20px 0 0 -20px;
}

.list-6 li {
	float: left;
	width: 25%;
}

.list-6 li a {
	display: block;
	margin: 20px 0 0 20px;
}

.list-6 li .img-cover {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #efefef;
}

.list-6 li .img-cover span {
	padding-top: 74%;
}

.list-6 li .text {
	margin-top: 10px;
	text-align: center;
}

.list-6 li .text h4 {
	font-weight: normal;
	overflow: hidden;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list-6 li a:hover .img-cover {
	border-color: var(--main-color);
}

.list-6 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.yunu-menu-inner {
	margin-top: -20px;
	margin-bottom: 40px;
	text-align: center;
}

.yunu-menu-inner a {
	float: left;
	width: 16.666666666%;
}

.yunu-menu-inner span {
	font-size: 18px;
	line-height: 55px;
	display: block;
	margin-left: 1px;
	color: #333;
	background-color: #f4f4f4;
}

.yunu-menu-inner a:hover span,
.yunu-menu-inner a.active span {
	color: #fff;
	background: var(--main-color);
}

.box-main {
	padding: 40px;
	background-color: #f5f5f5;
	line-height: 2;
}

.about-desc {
	line-height: 1.8;
	margin-bottom: 40px;
	text-align: justify;
}

.about-list {
	margin-bottom: 40px;
	margin-left: -15px;
}

.about-list li {
	float: left;
	width: 20%;
}

.about-list li a {
	display: block;
	margin-left: 15px;
	padding: 15px;
	border: 1px solid #ddd;
}

.about-list li .text {
	margin-top: 15px;
}

.about-list li .text h4 {
	font-size: 16px;
	margin: 0;
	text-align: center;
	color: var(--main-color);
}

.about-list li .text p {
	line-height: 1.8;
	overflow: hidden;
	height: 150px;
	margin: 10px 0 0;
	text-align: justify;
}

.about-list li a:hover {
	border-color: var(--main-color);
}

.about-ser {
	margin: 0;
	border: 1px solid #ddd;
}

.about-ser dt {
	float: left;
	width: 220px;
}

.about-ser dd {
	margin-left: 220px;
	padding: 15px 20px;
}

.about-ser dd h4 {
	font-size: 16px;
	margin: 0 0 10px;
	color: var(--main-color);
}

.about-ser dd p {
	margin: 5px 0 0;
}

.about-ser dd strong {
	color: red;
}

.contact-desc {
	margin-bottom: 40px;
}

.contact-desc h4 {
	font-size: 16px;
	line-height: 34px;
	display: inline-block;
	margin: 0;
	padding: 0 40px;
	color: #fff;
	background-color: var(--main-color);
}

.contact-desc p {
	line-height: 1.8;
	margin: 20px 0 0;
	text-align: justify;
}

.contact-about {
	margin-bottom: 40px;
	background-color: #fff;
}

.map {
	height: 300px;
}

.liuyan {
	padding: 50px 0 50px 430px;
	background: url(../image/on_bj.jpg) no-repeat center top;
}

.list-2 {
	margin: -20px 0 0 -20px;
}

.list-2 li {
	float: left;
	width: 25%;
}

.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	padding: 2px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #ccc;
}

.list-2 li .img-center {
	line-height: 186px;
	overflow: hidden;
	height: 186px;
}

.list-2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-2 li a:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}

.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.yunu-footer-fix {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	background-color: var(--main-hover);
}

.yunu-footer-fix li {
	float: left;
	width: 25%;
}

.yunu-footer-fix li a {
	font-size: 12px;
	line-height: 1;
	display: block;
	padding: 7px 0;
	text-align: center;
	color: #fff;
}

.yunu-footer-fix li i {
	display: block;
	height: 20px;
	margin-bottom: 4px;
	background: no-repeat center;
	background-size: contain;
}

.yunu-footer-fix li i.i1 {
	background-image: url(../image/f_01.png);
}

.yunu-footer-fix li i.i2 {
	background-image: url(../image/f_02.png);
}

.yunu-footer-fix li i.i3 {
	background-image: url(../image/f_03.png);
}

.yunu-footer-fix li i.i4 {
	background-image: url(../image/f_04.png);
}

@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		padding-top: 74px;
		/*padding-bottom: 50px;*/
	}

	.container {
		width: auto;
	}

	.kf {
		display: none;
	}

	.header {
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px 0;
		-webkit-box-shadow: 0 0 10px #ddd;
		box-shadow: 0 0 10px #ddd;
	}

	.header .topbar,
	.header .text,
	.header .tel {
		display: none;
	}

	.header .logo {
		line-height: 30px;
		float: none;
		height: 50px;
		margin: 0;
	}

	.header .nav {
		display: none;
		margin: 10px 0 -10px;
		text-align: left;
		border-bottom: 0;
		background-color: transparent;
	}

	.header .nav ul {
		margin: 0 -15px;
		display: block;
	}

	.header .nav li {
		display: block;
		margin: 0;
		border-top: 1px solid #eee;
		background: none;
	}

	.header .nav li a {
		line-height: 40px;
		padding: 0 15px;
		color: #333;
	}

	.header .nav li .arr {
		display: block;
	}

	.header .nav li.active a,
	.header .nav li.open a,
	.header .nav li a:hover {
		color: var(--main-color);
		background-color: transparent;
	}

	.header .nav li.open .arr:after {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		border-color: var(--main-color);
	}

	.header .nav .dropdown-box {
		position: static;
		min-width: auto;
		text-align: left;
		background-color: #f5f5f5;
	}

	.header .nav .dropdown-box a {
		line-height: 40px;
		padding: 0 15px;
		color: #333 !important;
		border-top: 1px dotted #ddd;
		border-bottom: 0;
		background-color: transparent !important;
	}

	.header .nav .dropdown-box a:hover {
		background-color: transparent !important;
	}

	.menu-btn {
		display: block;
	}



	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-pagination-bullet {
		width: 24px;
		height: 4px;
	}

	.pc-slide {
		float: none;
		width: auto;
	}

	.yunu-showcase-info {
		margin: 20px 0 0;
	}

	.yunu-showcase-info h1 {
		padding-bottom: 10px;
	}

	.yunu-showcase-info p {
		margin-top: 10px;
	}

	.yunu-sou {
		padding: 0;
	}

	.yunu-sou .container {
		padding: 0;
	}

	.yunu-sou .hot {
		display: none;
	}

	.yunu-sou .hform {
		position: relative;
		float: none;
	}

	.yunu-sou .hform input {
		font-size: 14px;
		line-height: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 9px 60px 9px 15px;
		border-color: transparent;
		border-radius: 0;
		background-color: #f5f5f5;
	}

	.yunu-sou .hform button {
		font-size: 14px;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 40px;
	}

	.section {
		padding: 30px 0;
	}

	.section-title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.section-title small {
		font-size: 12px;
	}

	.section-title:after {
		height: 12px;
		margin-top: 5px;
	}

	.in-prd-cate {
		display: none;
	}

	.in-prd-con {
		float: none;
		width: auto;
	}

	.list-1 {
		margin: -10px 0 0 -10px;
	}

	.list-1 li {
		width: 50%;
	}

	.list-1 .wrap {
		margin: 10px 0 0 10px;
	}

	.list-1 .text {
		padding: 10px 0 0;
	}

	.list-1 .text p {
		display: none;
	}

	.in-jjfa {
		margin: -10px 0 0 -10px;
	}

	.in-jjfa li {
		width: 50%;
	}

	.in-jjfa li a {
		margin: 10px 0 0 10px;
	}

	.in-jjfa li .img-cover p {
		font-size: 14px;
		padding: 8px 0;
	}

	.in-jjfa li .text {
		height: 60px;
		padding: 10px;
	}

	.in-jjfa li .text p {
		font-size: 12px;
		line-height: 1.45;
		padding-left: 20px;
		background-position: 0 3px;
	}

	.in-jjfa li .text .more {
		display: none;
	}

	.hy-con {
		display: none;
	}

	.hy-menu {
		float: none;
		overflow: hidden;
		width: auto;
		margin: -20px 0 0 -10px;
	}

	.hy-menu li a {
		margin: 20px 0 0 10px;
	}

	.hy-menu li a:after {
		display: none;
	}

	.hy-menu li h4 {
		font-size: 14px;
		width: auto;
		background-color: var(--main-color);
	}

	.hy-menu li h4 small {
		display: none;
	}

	.hy-menu li p {
		font-size: 12px;
		line-height: 1.45;
		height: 52px;
	}

	.tel-tl {
		text-align: center;
		background-image: none;
	}

	.tel-tl dt {
		float: none;
	}

	.tel-tl dt a {
		margin: 0 auto;
	}

	.tel-tl dd {
		float: none;
		margin: 20px 0 0;
	}

	.in-rz {
		margin: -20px 0 0;
		flex-wrap: wrap;
	}

	.in-rz li {
		width: 50%;
		margin: 20px 0 0;
		flex: 0 0 auto;
	}

	.in-rz li .wrap {
		width: 131px;
		margin: 0 auto;
	}

	.in-rz-tel {
		margin-top: 30px;
	}

	.in-rz-tel p {
		width: auto;
		height: auto;
		padding: 0;
		background: none;
	}

	.in-rz-tel strong {
		display: block;
	}

	.in-about dt {
		float: none;
		width: auto;
	}

	.in-about dd {
		margin: 0;
		padding: 20px;
	}

	.in-about dd h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.in-about dd h4:after {
		width: 65px;
		margin-top: 10px;
	}

	.in-about dd .more {
		margin-top: 20px;
	}

	.in-news {

	}

	.in-news .item {
		float: none;
		width: auto;
		margin-top: 40px;
		margin-left: 0!important;
	}

	.in-news .tit {
		margin-bottom: 20px;
	}

	.in-news .tit:after {
		margin-top: 10px;
	}

	.footer {
		padding: 30px 0;
	}

	.footer-logo {
		display: none;
	}

	.footer-ewm {
		width: 80px;
		display: none;
	}

	.footer-ewm p {
		font-size: 12px;
	}

	.footer-info {
		font-size: 12px;
		float: none;
		margin-right: 0;
	}

	.footer-link {
		display: none;
	}

	.banner-sub {
		height: 200px;
	}

	.pages {
		margin-top: 15px;
	}

	.pages a {
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px;
	}

	.ct2 {
		padding: 30px 0;
	}

	.ct2-sd {
		display: none;
	}

	.ct2-mn {
		float: none;
		width: auto;
	}

	.position {
		font-size: 12px;
		display: none;
	}

	.list-4 li a {
		padding: 10px;
	}

	.list-4 li .more {
		display: none;
	}

	.list-4 li .date {
		font-size: 12px;
		width: 60px;
		padding: 10px 0;
	}

	.list-4 li .date strong {
		font-size: 18px;
	}

	.list-4 li .text {
		margin: 0 0 0 70px;
	}

	.list-4 li .text h4 {
		font-size: 14px;
	}

	.list-4 li .text p {
		font-size: 12px;
		height: 42px;
		margin-top: 2px;
	}

	.content-title {
		margin-bottom: 15px;
	}

	.content-title p {
		margin-top: 10px;
		padding-top: 10px;
	}

	.content-title p span {
		padding: 0 5px;
	}

	.content-exp {
		margin-top: 15px;
	}

	.cp-about dt {
		float: none;
		width: auto;
	}

	.cp-about dd {
		margin: 0;
		padding-top: 20px;
	}

	.cp-about dd p {
		margin-top: 10px;
	}

	.form-group {
		margin-bottom: 10px;
	}

	.form-label {
		line-height: 34px;
		width: 85px;
	}

	.form-content {
		margin-left: 85px;
	}

	.form-control {
		padding: 6px 10px;
	}

	.hlbd .form-group {
		width: 100%;
	}

	.form-content.yzm .form-control {
		width: 80px;
	}

	.form-content.yzm .img {
		width: 90px;
		height: 34px;
	}

	.list-6 {
		margin: -10px 0 0 -10px;
	}

	.list-6 li {
		width: 50%;
	}

	.list-6 li a {
		margin: 10px 0 0 10px;
	}

	.yunu-menu-inner {
		display: none;
	}

	.box-main {
		padding: 15px;
	}

	.about-desc {
		margin-bottom: 15px;
	}

	.about-list {
		margin: -10px 0 15px -10px;
	}

	.about-list li {
		width: 50%;
	}

	.about-list li a {
		margin: 10px 0 0 10px;
		padding: 5px;
	}

	.about-ser dt {
		float: none;
		width: auto;
	}

	.about-ser dt img {
		width: 100%;
	}

	.about-ser dd {
		margin: 0;
		padding: 15px;
	}

	.contact-desc {
		margin-bottom: 15px;
	}

	.contact-desc h4 {
		font-size: 14px;
		padding: 0 15px;
	}

	.contact-desc p {
		margin-top: 10px;
	}

	.contact-about {
		margin-bottom: 15px;
	}

	.contact-about dd {
		padding: 15px;
	}

	.liuyan {
		padding: 0;
		background: none;
	}

	.list-2 {
		margin: -10px 0 0 -10px;
	}

	.list-2 li {
		width: 50%;
	}

	.list-2 li a {
		margin: 10px 0 0 10px;
	}

	.list-2 li .img-center {
		line-height: 110px;
		height: 110px;
	}

	.yunu-footer-fix {
		display: block;
	}

	.a1_b1 li{
		width: 160px;
		background-size: 100% auto;
		padding-top: 80px;
	}
	.a1_b1 li h3{
		font-size: 20px;
		line-height: 1.75;
	}
	.a1_b1 li p{
		font-size: 14px;
	}
}

/*pages*/
.pagination-wrapper {
	margin: 20px 0;
}

.pagination {
	height: 34px;
	text-align: center;
}

.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}

.pagination li a {
	font-size: 16px;
	line-height: 32px;
	display: block;
	float: left;
	height: 32px;
	padding: 0 12px;
	text-decoration: none;
	color: #555;
	border: 1px solid #ddd;
}

.pagination li a:hover {
	color: var(--main-color);
	background: #f5f5f5;
}

.pagination li.thisclass {
	color: #fff;
	background: var(--main-color);
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
	cursor: default;
	color: #fff;
	border-color: var(--main-color);
	background: transparent;
}

#Pages {
	margin: 30px 0 0;
	text-align: center;
}

#Pages a,#Pages span  {
	margin: 0 4px;
	padding: 8px 16px;
	transition: background-color .3s;
	text-decoration: none;
	color: black;
	border: 1px solid #ddd;
	background: #fff;
}

#Pages a:hover,
#Pages span {
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

@media screen and (max-width: 768px) {
	.page-numbar {
		display: none;
	}

	.page-status {
		display: none;
	}
}

#tags {
	position: absolute;
	top: -20px;
	left: -999px;
}
.webBtn {
	width:165px;
	border-radius:25px;
	border:1px solid var(--main-color);
	overflow:hidden;
	transition:all 0.36s;
	position:relative;
	padding:5px 10px
}
.webBtn a, .webBtn .sidebar .ce1 p, .sidebar .ce1 .webBtn p, .webBtn p {
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--main-color)
}
.webBtn a span, .webBtn .sidebar .ce1 p span, .sidebar .ce1 .webBtn p span, .webBtn p span {
	font-size:14px;
	display:inline-block;
	transition:all 0.36s;
	margin-right:5px;
	line-height:35px
}
.webBtn a .btndian, .webBtn .sidebar .ce1 p .btndian, .sidebar .ce1 .webBtn p .btndian, .webBtn p .btndian {
	margin-right:0;
	position:relative;
	width:22px;
	height:22px
}
.webBtn a .btndian:before, .webBtn .sidebar .ce1 p .btndian:before, .sidebar .ce1 .webBtn p .btndian:before, .webBtn p .btndian:before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
	border:1px solid var(--main-color);
	transition:all 0.36s;
	opacity:0.8
}
.webBtn a .btndian:after, .webBtn .sidebar .ce1 p .btndian:after, .sidebar .ce1 .webBtn p .btndian:after, .webBtn p .btndian:after {
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	border-radius:50%;
	background:var(--main-color);
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	transition:all 0.36s;
	margin: 1px;
}
.webBtn:hover {
	border-color:transparent;
	background:var(--main-hover);
}
.webBtn:hover a, .webBtn:hover .sidebar .ce1 p, .sidebar .ce1 .webBtn:hover p, .webBtn:hover p {
	color:#fff
}
.webBtn:hover a .btndian:before, .webBtn:hover .sidebar .ce1 p .btndian:before, .sidebar .ce1 .webBtn:hover p .btndian:before, .webBtn:hover p .btndian:before {
	border-color:#fff;
	transform:scale(1.5);
	opacity:0
}
.webBtn:hover a .btndian:after, .webBtn:hover .sidebar .ce1 p .btndian:after, .sidebar .ce1 .webBtn:hover p .btndian:after, .webBtn:hover p .btndian:after {
	background:#fff
}
@media (max-width: 74.99em) {
	.webBtn {
		width:136px
	}
}
#goodsDetail_body {
	padding-bottom:50px
}
#goodsDetail_body .detail_top {
	margin-top:calc(-1 * var(--detailMargin));
	margin-bottom:20px;
	background:#f9f9f9;
}
#goodsDetail_body .detail_top .detail_img {
	width:100%
}
#goodsDetail_body .detail_top .detail_img img {
	width:100%
}
#goodsDetail_body .detail_top .top_text {
	padding:40px 92px 40px 72px
}
#goodsDetail_body .detail_top .top_text .h3 {
	font-size:36px;
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:1px dashed #cecece;
	margin-bottom:40px;
	color:#333
}
#goodsDetail_body .detail_top .top_text .webBtn {
	margin-top:35px;
	border-radius:0
}
#goodsDetail_body .detail_top .pro_thumbs .swiper-slide {
	border:1px solid #e4e4e4;
	margin-bottom:30px;
	filter:grayscale(100%)
}
#goodsDetail_body .detail_top .pro_thumbs .swiper-slide.swiper-slide-thumb-active {
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
	border-color:var(--main-color)
}
#goodsDetail_body .detail_top .pro_thumbs .swiper-slide p {
	font-size:14px;
	line-height:2;
	padding:0 10px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin: 0;
}
#goodsDetail_body .detail_cnt {
	background:#f9f9f9;
}
#goodsDetail_body .detail_cnt .cnt_title {
	position:relative;
	padding:30px 80px 0
}
#goodsDetail_body .detail_cnt .cnt_title:after {
	content:"";
	display:block;
	border-top:1px solid #eee;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0
}
#goodsDetail_body .detail_cnt .cnt_title span {
	display:block;
	text-align:center;
	cursor:pointer;
	position:relative;
	width:130px;
	font-size:18px;
	color:#333
}
#goodsDetail_body .detail_cnt .cnt_title span img {
	display:inline-block;
	height:17px;
	margin-right:5px;
	vertical-align:middle
}
#goodsDetail_body .detail_cnt .cnt_title span:after {
	content:"";
	height:3px;
	width:130px;
	background:var(--main-color);
	display:block;
	margin-top:16px
}
#goodsDetail_body .detail_cnt .text_con {
	padding:50px 80px
}
#goodsDetail_body .detail_cnt .text_con p, #goodsDetail_body .detail_cnt .text_con div, #goodsDetail_body .detail_cnt .text_con span {
	font-size:16px !important;
	color:#333 !important;
	line-height:1.75;
	text-align:justify;
	background:transparent !important
}
#goodsDetail_body .detail_cnt .text_con table {
	width:100%;
	line-height:2;
	font-size:15px;
	margin-top:1.5vw
}
#goodsDetail_body .detail_cnt .text_con table tr th {
	border-width:1px;
	background:#f5f5f5
}
#goodsDetail_body .detail_cnt .text_con table tr th, #goodsDetail_body .detail_cnt .text_con table tr td {
	padding-left:5%
}
@media (max-width: 61.99em) {
	#goodsDetail_body {
		padding-bottom:40px
	}
	#goodsDetail_body .detail_top .top_text {
		padding:40px
	}
	#goodsDetail_body .detail_top .pro_thumbs .swiper-slide {
		margin-bottom:0
	}
	#goodsDetail_body .detail_cnt .cnt_title {
		padding:30px 40px 0
	}
	#goodsDetail_body .detail_cnt .text_con {
		padding:20px 40px 40px
	}
}
@media (max-width: 47.99em) {
	#goodsDetail_body {
		padding-bottom:var(--bs-gutter-x, 0.75rem)
	}
	#goodsDetail_body .detail_top .top_text {
		padding:20px
	}
	#goodsDetail_body .detail_top .top_text .h3 {
		font-size:18px;
		margin-bottom:20px
	}
	#goodsDetail_body .detail_top .top_text .webBtn {
		margin-top:20px
	}
	#goodsDetail_body .detail_cnt .cnt_title {
		padding:15px 20px 0
	}
	#goodsDetail_body .detail_cnt .text_con {
		padding:10px 20px 20px
	}
	#goodsDetail_body .detail_cnt .text_con p, #goodsDetail_body .detail_cnt .text_con div, #goodsDetail_body .detail_cnt .text_con span {
		font-size:14px !important
	}
	#goodsDetail_body .detail_cnt .text_con table {
		font-size:14px;
		line-height:1.5
	}
	#goodsDetail_body .detail_cnt .text_con table tr th, #goodsDetail_body .detail_cnt .text_con table tr td {
		padding-left:5px
	}
}

.contact_box {
	background:var(--main-hover);
	padding:6% 10%;
	min-height:400px
}
.contact_box .h2 {
	font-size:34px;
	color:#fff;
	font-weight:bold;
	margin-bottom:5%
}
.contact_box p {
	display:block;
	margin-bottom:10px;
	font-size:16px;
	color:#fff;
	line-height:1.75;
	transition:all 0.36s
}
.contact_box p span, .contact_box p a, .contact_box p .sidebar .ce1 p, .sidebar .ce1 .contact_box p p {
	padding-left:5px
}
.map_box, #map {
	width:100%;
	height:100%
}
@media (max-width: 61.99em) {
	.contact_box {
		min-height:unset
	}
	.map_box {
		height:300px;
		margin-top:20px
	}
}

.subNav {
	margin-top:100px
}
.subNav #secNav {
	/*margin-bottom:40px;*/
	align-items:baseline
}
.subNav #secNav .swiper-slide {
	padding:16px 0;
	width:unset;
	display:inline-block
}
.subNav #secNav .swiper-slide a {
	font-size:16px;
	color:#333;
	display:inline-block
}
.subNav #secNav .swiper-slide a.active,.subNav #secNav .swiper-slide a:hover {
	color:var(--main-color)
}
.subNav #secNav .swiper-slide a.active:after,.subNav #secNav .swiper-slide a:hover:after {
	content:"";
	display:block;
	width:100%;
	height:2px;
	background:var(--main-color);
	margin-top:10px
}
.subNav #secMenu {
	margin-bottom:50px;
	border-bottom:1px solid #dfdfdf;
	text-align:center;
	position:relative
}
.subNav #secMenu .swiper-wrapper .swiper-slide {
	width:unset
}
.subNav #secMenu .swiper-wrapper .swiper-slide a {
	display:inline-block;
	padding:14px 0;
	font-size:16px;
	position:relative;
	color:#666666
}
.subNav #secMenu .swiper-wrapper .swiper-slide a:after {
	content:"";
	display:block;
	height:2px;
	background:var(--main-color);
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	-webkit-transition:all 250ms ease 0s;
	transition:all 250ms ease 0s;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0)
}
.subNav #secMenu .swiper-wrapper .swiper-slide a:hover, .subNav #secMenu .swiper-wrapper .swiper-slide a.active {
	color:#000000
}
.subNav #secMenu .swiper-wrapper .swiper-slide a.active:after, .subNav #secMenu .swiper-wrapper .swiper-slide a:hover:after {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
@media (max-width: 991.98px) {
	.subNav {
		margin-top:5%
	}
	.subNav #secNav, .subNav #secMenu {
		margin-bottom:20px
	}
	.subNav #secNav .swiper-slide, .subNav #secMenu .swiper-slide {
		padding:0
	}
	.subNav #secNav .swiper-slide a, .subNav #secMenu .swiper-slide a {
		font-size: 18px;
		white-space: nowrap;
		padding: 14px 0;
		font-weight: bold;
	}
	.subNav #secNav .swiper-slide a.active:after, .subNav #secMenu .swiper-slide a.active:after {
		margin-top:6px
	}
}
.level-two {
	padding:30px 0;
}
.level-two li {
	display:inline-block;
	vertical-align:middle;
	margin-right:36px;
	margin-bottom:10px
}
.level-two li a {
	font-size:16px;
	color:#333;
	display:flex;
	align-items:center
}
.level-two li a i {
	display:inline-flex;
	width:20px;
	height:20px;
	border:1px solid #cccccc;
	margin-right:5px;
	justify-content:center;
	font-size:inherit;
	align-items: center;
}
.level-two li a i::before {
	line-height:initial;
	font-weight:bold;
	color:var(--main-color)
}
@media (max-width: 991.98px) {
	.level-two {
		padding-bottom:10px;
		padding-top: 6px;
	}
	.level-two li {
		margin-right:20px;
	}
	.level-two li a {
		font-size:14px;
		padding: 8px 0;
	}
	.level-two li a i {
		width:16px;
		height:16px;
	}
}
.icon-duigou:before{
	content: '\2714';
}

